Release 10.1A: OpenEdge Development:
Programming Interfaces
Using the HEADER of a frame for running page footers
You can also use the
HEADERsection to create running page footers. The only difference is that you specifyPAGE-BOTTOMin the frame phrase instead ofPAGE-TOP. Here’s how All Around Sports wants their footers to look:
Once again, the report needs a
DEFINE FRAMEstatement with theHEADERoption as this code shows:
The
PAGE-BOTTOMoption tells Progress to display the frame at the bottom of each page.PAGE-TOPandPAGE-BOTTOMframes are activated based onDISPLAYorVIEWstatements. They are deactivated when the block to which the frames are scoped iterates or ends, which is why they have to be viewed in every iteration.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |